Click or drag to resize
SqlRepresentationAttributeFormat Property
Defines format of the SQL representing this method call. Individual parameters are represented via standard format string with {0}, {1} etc.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public string Format { get; protected set; }

Property Value

Type: String
See Also