Click or drag to resize
SqlRepresentationAttribute Constructor
Constructor

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
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