[Missing <summary> documentation for "P:DatabaseObjects.SQL.SQLTableField.KeyType"]

Namespace: DatabaseObjects.SQL
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
public KeyType KeyType { get; set; }
Visual Basic
Public Property KeyType As KeyType
	Get
	Set
Visual C++
public:
property KeyType KeyType {
	KeyType get ();
	void set (KeyType value);
}

See Also