CDynamicAccessor::SetLength

bool SetLength( ULONG nColumn, ULONG nLength );

bool SetLength( TCHAR* pColumnName, ULONG nLength );

Return Value

Returns true if the specified column length is set successfully. Otherwise, this function returns false.

Parameters

nColumn

[in] The column number.

nLength

[in] The length of the column in bytes.

pColumnName

[in] A pointer to the column name.

Remarks

Sets the length of the specified column.

CDynamicAccessor OverviewClass Members

See Also

CDynamicAccessor::GetLength