Class DbFileInfo
Information about the database file.
Inheritance
System.Object
DbFileInfo
Namespace: Cireson.Core.Interfaces.DataAccess
Assembly: Cireson.Core.Interfaces.dll
Syntax
public class DbFileInfo : object
Remarks
Admin, 8/24/2017.
Properties
View SourceFiles
Gets or sets the files.
Declaration
public List<DbFileGroupInfo> Files { get; set; }
Property Value
Type | Description |
---|---|
List<DbFileGroupInfo> | The files. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |