[Missing <summary> documentation for "M:Caisis.DataAccess.MetadataNewDa.AddMetaField(System.Int32,System.String,System.String,System.Int32,System.Boolean,System.Boolean)"]

Namespace: Caisis.DataAccess
Assembly: Caisis.DataAccess (in Caisis.DataAccess.dll) Version: 4.0.4947.22627

Syntax

C#
public int AddMetaField(
	int tableId,
	string fieldName,
	string fieldDataType,
	int maxLength,
	bool fieldIsVirtual,
	bool fieldSuppress
)
Visual Basic
Public Function AddMetaField ( 
	tableId As Integer,
	fieldName As String,
	fieldDataType As String,
	maxLength As Integer,
	fieldIsVirtual As Boolean,
	fieldSuppress As Boolean
) As Integer
Visual C++
public:
int AddMetaField(
	int tableId, 
	String^ fieldName, 
	String^ fieldDataType, 
	int maxLength, 
	bool fieldIsVirtual, 
	bool fieldSuppress
)

Parameters

tableId
Type: System..::..Int32

[Missing <param name="tableId"/> documentation for "M:Caisis.DataAccess.MetadataNewDa.AddMetaField(System.Int32,System.String,System.String,System.Int32,System.Boolean,System.Boolean)"]

fieldName
Type: System..::..String

[Missing <param name="fieldName"/> documentation for "M:Caisis.DataAccess.MetadataNewDa.AddMetaField(System.Int32,System.String,System.String,System.Int32,System.Boolean,System.Boolean)"]

fieldDataType
Type: System..::..String

[Missing <param name="fieldDataType"/> documentation for "M:Caisis.DataAccess.MetadataNewDa.AddMetaField(System.Int32,System.String,System.String,System.Int32,System.Boolean,System.Boolean)"]

maxLength
Type: System..::..Int32

[Missing <param name="maxLength"/> documentation for "M:Caisis.DataAccess.MetadataNewDa.AddMetaField(System.Int32,System.String,System.String,System.Int32,System.Boolean,System.Boolean)"]

fieldIsVirtual
Type: System..::..Boolean

[Missing <param name="fieldIsVirtual"/> documentation for "M:Caisis.DataAccess.MetadataNewDa.AddMetaField(System.Int32,System.String,System.String,System.Int32,System.Boolean,System.Boolean)"]

fieldSuppress
Type: System..::..Boolean

[Missing <param name="fieldSuppress"/> documentation for "M:Caisis.DataAccess.MetadataNewDa.AddMetaField(System.Int32,System.String,System.String,System.Int32,System.Boolean,System.Boolean)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Caisis.DataAccess.MetadataNewDa.AddMetaField(System.Int32,System.String,System.String,System.Int32,System.Boolean,System.Boolean)"]

See Also