[Missing <summary> documentation for "M:Caisis.BOL.BusinessObject.GetFieldMaxLength(System.String,System.String)"]

Namespace: Caisis.BOL
Assembly: Caisis.BOL (in Caisis.BOL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static Nullable<int> GetFieldMaxLength(
	string tablename,
	string fieldname
)
Visual Basic
Public Shared Function GetFieldMaxLength ( 
	tablename As String,
	fieldname As String
) As Nullable(Of Integer)
Visual C++
public:
static Nullable<int> GetFieldMaxLength(
	String^ tablename, 
	String^ fieldname
)

Parameters

tablename
Type: System..::..String

[Missing <param name="tablename"/> documentation for "M:Caisis.BOL.BusinessObject.GetFieldMaxLength(System.String,System.String)"]

fieldname
Type: System..::..String

[Missing <param name="fieldname"/> documentation for "M:Caisis.BOL.BusinessObject.GetFieldMaxLength(System.String,System.String)"]

Return Value

Type: Nullable<(Of <(<'Int32>)>)>

[Missing <returns> documentation for "M:Caisis.BOL.BusinessObject.GetFieldMaxLength(System.String,System.String)"]

See Also