Click or drag to resize
c2ex_commissplanId Property
A shortcut like "default" or "mbt". It serves as an ID in the database.

Namespace:  C2ExplorerDB
Assembly:  C2ExplorerServiceStack.Repository (in C2ExplorerServiceStack.Repository.dll) Version: 1.0
Syntax
C#
[ColumnAttribute]
[NotNullAttribute]
public string Id { get; set; }

Property Value

Type: String
A string denoting a plan.
See Also