Click or drag to resize
SqlRepresentationAttribute Class
Defines the SQL representation of the given method call
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CMS.DataEngineSqlRepresentationAttribute

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public class SqlRepresentationAttribute : Attribute

The SqlRepresentationAttribute type exposes the following members.

Constructors
  NameDescription
Public methodSqlRepresentationAttribute
Constructor
Top
Properties
  NameDescription
Public propertyFormat
Defines format of the SQL representing this method call. Individual parameters are represented via standard format string with {0}, {1} etc.
Top
See Also