ModelEmbeddedAttribute.QueryExpression Property
.NET Standard 2.x
Sets the SQL expression parameter that corresponds to the query method of the QuerySelector property.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
public string QueryExpression { get; set; }
Property Value
System.String
A SQL expression.
When the QuerySelector property is set to QuerySelect.SelectCount etc., the QueryExpression property must be set.
When the QuerySelector property is set to QuerySelect.Select or QuerySelect.SelectByKey, the QueryExpression property is not required to be set.
Applies to
.NET Standard
2.x