DataSourceCommandId Property |
The value of Id column for some row operations. Valid only for some command types
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic Guid Id { get; set; }
Public Property Id As Guid
Get
Set
public:
property Guid^ Id {
Guid^ get ();
void set (Guid^ value);
}
member Id : Guid with get, set
Property Value
Type:
Guid
See Also