TableStorage.OnIsPopulated Method
Returns a value that indicates whether the provided column is populated by data.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Protected Overridable Function OnIsPopulated ( _
column As IDatabaseColumn _
) As Boolean
protected virtual bool OnIsPopulated(
IDatabaseColumn column
)
protected:
virtual bool OnIsPopulated(
IDatabaseColumn^ column
)
abstract OnIsPopulated :
column:IDatabaseColumn -> bool
override OnIsPopulated :
column:IDatabaseColumn -> bool
protected function OnIsPopulated(
column : IDatabaseColumn
) : boolean
Parameters
- column
Type: Microsoft.Data.Schema.SchemaModel.Abstract.IDatabaseColumn
An IDatabaseColumn object.
Return Value
Type: System.Boolean
true if the column is populated by data; otherwise, false.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | The provided column parameter is nulla null reference (Nothing in Visual Basic). |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.