addExpression targetProperty expr _arg1
Signature: targetProperty:string -> expr:string -> _arg1:CfConnectionManager -> CfConnectionManager
|
Transform a connection manager definition by adding a property expression
|
clearExpressions _arg1
Signature: _arg1:CfConnectionManager -> CfConnectionManager
|
Transform a connection manager definition by clearing all property expressions
|
getDescription _arg1
Signature: _arg1:CfConnectionManager -> string
|
Get the description of a connection manager definition
|
getExpressions _arg1
Signature: _arg1:CfConnectionManager -> CfPropertyExpressions
|
Get the property expressions of a connection manager definition
|
getName _arg1
Signature: _arg1:CfConnectionManager -> string
|
Get the name of a connection manager definition
|
getNameFromReference _arg1
Signature: _arg1:CfRef -> string
|
Get the connection manager name from a connection manager reference
|
setDescription description _arg1
Signature: description:string -> _arg1:CfConnectionManager -> CfConnectionManager
|
Transform a connection manager definition by changing the description
|
setName name _arg1
Signature: name:string -> _arg1:CfConnectionManager -> CfConnectionManager
|
Transform a connection manager definition by changing the name
|