Class SqlRepresentationAttribute
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Defines the SQL representation of the given method call
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public sealed class SqlRepresentationAttribute : Attribute
- Inheritance
-
objectAttributeSqlRepresentationAttribute
- Extension Methods
Constructors
SqlRepresentationAttribute(string)
Constructor
public SqlRepresentationAttribute(string format)
Parameters
format
stringDefines format of the SQL representing this method call. Individual parameters are represented via standard format string with {0}, {1} etc.
Properties
Format
Defines format of the SQL representing this method call. Individual parameters are represented via standard format string with {0}, {1} etc.
public string Format { get; }
Property Value
- string