CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Test.Data.Table2 Class Reference

No Metadata Documentation available. More...

Inheritance diagram for Csla.Test.Data.Table2:

Static Public Member Functions

static Table2 CreateTable2 (global::System.String firstName, global::System.String lastName, global::System.String smallColumn)
 Create a new Table2 object. More...
 

Properties

global::System.String FirstName [getset]
 No Metadata Documentation available. More...
 
global::System.String LastName [getset]
 No Metadata Documentation available. More...
 
global::System.String SmallColumn [getset]
 No Metadata Documentation available. More...
 

Detailed Description

No Metadata Documentation available.

Definition at line 107 of file TestEFContext.Designer.cs.

Member Function Documentation

◆ CreateTable2()

static Table2 Csla.Test.Data.Table2.CreateTable2 ( global::System.String  firstName,
global::System.String  lastName,
global::System.String  smallColumn 
)
static

Create a new Table2 object.

Parameters
firstNameInitial value of the FirstName property.
lastNameInitial value of the LastName property.
smallColumnInitial value of the SmallColumn property.

Definition at line 117 of file TestEFContext.Designer.cs.

Property Documentation

◆ FirstName

global.System.String Csla.Test.Data.Table2.FirstName
getset

No Metadata Documentation available.

Definition at line 135 of file TestEFContext.Designer.cs.

◆ LastName

global.System.String Csla.Test.Data.Table2.LastName
getset

No Metadata Documentation available.

Definition at line 162 of file TestEFContext.Designer.cs.

◆ SmallColumn

global.System.String Csla.Test.Data.Table2.SmallColumn
getset

No Metadata Documentation available.

Definition at line 189 of file TestEFContext.Designer.cs.