SqlRepresentationAttribute Constructor |
Constructor
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public SqlRepresentationAttribute(
string format
)
Parameters
- format
- Type: SystemString
Defines format of the SQL representing this method call. Individual parameters are represented via standard format string with {0}, {1} etc.
See Also