|
FieldPrimaryKeyOrdinal Property
|
Get or set ordinal for Primary key field
Namespace: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.240-beta+897dce54fc8a4a27d3c8972aabbe9a3d48c9c170
Syntaxpublic int PrimaryKeyOrdinal { get; set; }
Public Property PrimaryKeyOrdinal As Integer
Get
Set
public:
property int PrimaryKeyOrdinal {
int get ();
void set (int value);
}
member PrimaryKeyOrdinal : int with get, set
function get_PrimaryKeyOrdinal();
function set_PrimaryKeyOrdinal(value);
View SourceProperty Value
Int32
See Also