TableSchema Constructor

Initializes a new instance of the TableSchema class

Definition

Namespace: KeeperSecurity.Utils
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public TableSchema(
	Type tableType,
	string ownerColumnName = null
)

Parameters

tableType  Type

[Missing <param name="tableType"/> documentation for "M:KeeperSecurity.Utils.TableSchema.#ctor(System.Type,System.String)"]

ownerColumnName  String  (Optional)

[Missing <param name="ownerColumnName"/> documentation for "M:KeeperSecurity.Utils.TableSchema.#ctor(System.Type,System.String)"]

See Also