Specifies the field name used to subset/filter the table so that the collection
represents the appropriate records from the database table.
For example, "InvoiceID" for an InvoiceLines collection.
Namespace: DatabaseObjectsAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
C# |
---|
public SubsetAttribute( string strUsingFieldName ) |
Visual Basic |
---|
Public Sub New ( _ strUsingFieldName As String _ ) |
Visual C++ |
---|
public: SubsetAttribute( String^ strUsingFieldName ) |
Parameters
- strUsingFieldName
- Type: System..::..String
[Missing <param name="strUsingFieldName"/> documentation for "M:DatabaseObjects.SubsetAttribute.#ctor(System.String)"]