PSDataTable members
Contains methods that help to extract values from a DataRow object.
The PSDataTable type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PSDataTable | Instantiates a PSDataTable object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetColumn | Gets a DataRow object that contains only the specified column. | |
GetColumnAsBoolean(DataRow, String) | Gets the Boolean value of the specified column in a DataRow object. | |
GetColumnAsBoolean(DataRow, String, Boolean) | Gets the Boolean value of the specified column in a DataRow object, or a default value. | |
GetColumnAsDateTime(DataRow, String) | Gets the DateTime value of the specified column in a DataRow object. | |
GetColumnAsDateTime(DataRow, String, DateTime) | Gets the DateTime value of the specified column in a DataRow object, or a default value. | |
GetColumnAsGuid(DataRow, String) | Gets the GUID value of the specified column in a DataRow object. | |
GetColumnAsGuid(DataRow, String, Guid) | Gets the GUID value of the specified column in a DataRow object, or a default value. | |
GetColumnAsInt32(DataRow, String) | Gets the integer value of the specified column in a DataRow object. | |
GetColumnAsInt32(DataRow, String, Int32) | Gets the integer value of the specified column in a DataRow object, or a default value. | |
GetColumnAsString(DataRow, String) | Gets the string value of the specified column in a DataRow object. | |
GetColumnAsString(DataRow, String, String) | Gets the string value of the specified column in a DataRow object, or a default value. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top