[Missing <summary> documentation for "M:PerpetuumSoft.DataModel.MsSql.DatabaseObjectCollection.GetObject``1(System.String,System.String)"]
Assembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
C# |
---|
public T GetObject<T>( string schemaName, string objectName ) where T : SchemaObject |
Visual Basic (Declaration) |
---|
Public Function GetObject(Of T As SchemaObject) ( _ schemaName As String, _ objectName As String _ ) As T |
Visual C++ |
---|
public: generic<typename T> where T : SchemaObject T GetObject( String^ schemaName, String^ objectName ) |
Parameters
- schemaName
- Type: System..::.String
- objectName
- Type: System..::.String
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:PerpetuumSoft.DataModel.MsSql.DatabaseObjectCollection.GetObject``1(System.String,System.String)"]