Click or drag to resize

DataDictionaryTableFieldGetMaxLength Method

[This is preliminary documentation and is subject to change.]

Get the max.length of contents in all records in database

Namespace:  CSC.SC.TOPICA4.DynamicData
Assembly:  CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.37.7779.15937
Syntax
C#
public Nullable<int> GetMaxLength(
	Database database
)

Parameters

database
Type: Database

[Missing <param name="database"/> documentation for "M:CSC.SC.TOPICA4.DynamicData.DataDictionaryTableField.GetMaxLength(CSC.SC.Enterprise.DataAccess.Database)"]

Return Value

Type: NullableInt32

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.DynamicData.DataDictionaryTableField.GetMaxLength(CSC.SC.Enterprise.DataAccess.Database)"]

See Also