PSDataTable Members

Include Protected Members
Include Inherited Members

Contains methods that help to extract values from a DataRow object.

The PSDataTable type exposes the following members.

Constructors

  Name Description
Public method PSDataTable Instantiates a PSDataTable object.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public methodStatic member GetColumn Gets a DataRow object that contains only the specified column.
Public methodStatic member GetColumnAsBoolean(DataRow, String) Gets the Boolean value of the specified column in a DataRow object.
Public methodStatic member GetColumnAsBoolean(DataRow, String, Boolean) Gets the Boolean value of the specified column in a DataRow object, or a default value.
Public methodStatic member GetColumnAsDateTime(DataRow, String) Gets the DateTime value of the specified column in a DataRow object.
Public methodStatic member GetColumnAsDateTime(DataRow, String, DateTime) Gets the DateTime value of the specified column in a DataRow object, or a default value.
Public methodStatic member GetColumnAsGuid(DataRow, String) Gets the GUID value of the specified column in a DataRow object.
Public methodStatic member GetColumnAsGuid(DataRow, String, Guid) Gets the GUID value of the specified column in a DataRow object, or a default value.
Public methodStatic member GetColumnAsInt32(DataRow, String) Gets the integer value of the specified column in a DataRow object.
Public methodStatic member GetColumnAsInt32(DataRow, String, Int32) Gets the integer value of the specified column in a DataRow object, or a default value.
Public methodStatic member GetColumnAsString(DataRow, String) Gets the string value of the specified column in a DataRow object.
Public methodStatic member GetColumnAsString(DataRow, String, String) Gets the string value of the specified column in a DataRow object, or a default value.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

PSDataTable Class

Microsoft.Office.Project.Server.Library Namespace