Get the primary key field.
Namespace: Cartella.InterfacesAssembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
IField PrimaryKeyField { get; } |
Visual Basic |
---|
ReadOnly Property PrimaryKeyField As IField Get |
Visual C++ |
---|
property IField^ PrimaryKeyField { IField^ get (); } |