ComponentOne DataObjects for .NET
ExpressTableName Property

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressView Class : ExpressTableName Property
Gets or sets the source C1ExpressTable component name, including components residing in other forms.
Syntax
'Declaration
 
Public Property ExpressTableName As System.String
public System.string ExpressTableName {get; set;}
Remarks
Use this property to attach the C1ExpressView to a C1ExpressTable component residing in another form. At design time, this property allows you to select from the list of C1ExpressTable components from all forms currently open in the environment. See Working with Tables in Other Forms for details.
See Also

Reference

C1ExpressView Class
C1ExpressView Members